home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / TELECOMM / PCCP047 / MAKEFILE < prev    next >
Text File  |  1992-08-16  |  1KB  |  63 lines

  1. emu.obj: emu.h emu.c
  2.     qcl /c emu.c
  3.  
  4. port.obj: port.h port.c
  5.     qcl /c port.c
  6.  
  7. term.exe: term.c emu.h emu.obj port.h port.obj
  8.     qcl term.c emu.obj port.obj graphics.lib
  9.  
  10. termplay.exe: termplay.c emu.h emu.obj
  11.     qcl termplay.c emu.obj graphics.lib
  12.  
  13. masterm.exe: port.h masterm.c
  14.     qcl masterm.c
  15.  
  16. session.exe: session.c port.h port.obj
  17.     qcl session.c port.obj
  18.  
  19. rcvfax.exe: rcvfax.c port.h port.obj
  20.     qcl rcvfax.c port.obj
  21.  
  22. faxmanip.exe: faxmanip.c
  23.     qcl faxmanip.c graphics.lib
  24.  
  25. rfxtopcx.exe: rfxtopcx.c
  26.     qcl rfxtopcx.c
  27.  
  28. messin.exe: messin.c port.h port.obj
  29.     qcl messin.c port.obj
  30.  
  31. messout.exe: messout.c port.h port.obj
  32.     qcl messout.c port.obj
  33.  
  34. comscrpt.exe: port.h port.obj comscrpt.c
  35.     qcl comscrpt.c port.obj
  36.  
  37. scrchk.exe: scrchk.c
  38.     qcl scrchk.c
  39.  
  40. ccodes.exe: ccodes.c
  41.     qcl ccodes.c graphics.lib
  42.  
  43. emued.exe: emu.h emu.obj emued.c
  44.     qcl emued.c emu.obj graphics.lib
  45.  
  46. xmodems.exe: port.h port.obj xmodems.c
  47.     qcl xmodems.c port.obj
  48.  
  49. xmodemr.exe: port.h port.obj xmodemr.c
  50.     qcl xmodemr.c port.obj
  51.  
  52. xmcrcs.exe: port.h port.obj xmcrcs.c
  53.     qcl xmcrcs.c port.obj
  54.  
  55. xmcrc1ks.exe: port.h port.obj xmcrc1ks.c
  56.     qcl xmcrc1ks.c port.obj
  57.  
  58. xmcrc1kr.exe: port.h port.obj xmcrc1kr.c
  59.     qcl xmcrc1kr.c port.obj
  60.  
  61. asciis.exe: port.h port.obj asciis.c
  62.     qcl asciis.c port.obj
  63.